Main Page | Modules | Alphabetical List | Class List | File List | Class Members | File Members

Version Control


Functions

unsigned long RI_GetDLLHeaderVersion ()
 Get the version number of the header.
unsigned long RI_GetDLLVersion ()
 Get the version number of the dll.

Variables

const unsigned long m_RI_DLLHeaderVersion = 901
 Version number of the header.


Function Documentation

unsigned long RI_GetDLLHeaderVersion  )  [inline]
 

Function to access the version number of the header.

Returns:
header version number

unsigned long RI_GetDLLVersion  ) 
 

Returns the version number of the dll. If the version is not tested, you are doomed :).

Returns:
version number.


Variable Documentation

m_RI_DLLHeaderVersion = 901 [static]
 

Both, the dll and the header have a version number. Check the version number to avoid problems due to no different versions. The version number has 6 digits xx.xx.xx.

  • 0.9.x = 9xx : below 1.0.0 are only beta versions
  • 0.9.1 = 901 : Initial version number
  • 1.0.0 = 10000 : reserved for first release

Do not access the version number directly. Use the function RI_GetDLLHeaderVersion instead.


Generated on Fri Mar 17 09:08:06 2006 for RemoteInterface by  doxygen 1.4.4